Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@acidgreenservers
acidgreenservers / mindseeds.md
Last active May 24, 2026 01:30
Wisdom is not stored as documentation. It is distilled into Seeds

MindSeeds

Website: MindSeeds Seed Family: CogniSeeds · LinguaSeeds · ArchSeeds

Other Reference Site: Noosphere Nexus | Prompting For Cognition

Epistemic Compression Protocol · Public Domain

Wisdom is not stored as documentation. It is distilled into Seeds — compressed, generative heuristics that unfold into full reasoning frameworks on contact with a problem. Three families. One schema. Infinite application.

@ongkiii
ongkiii / IPA-Sources.md
Last active May 24, 2026 01:29
REPOS/TELEGRAM CHANNELS LIST BY u/angkitbharadwaj
@aparente
aparente / SKILL.md
Last active May 24, 2026 01:28
tufte-viz Claude Code skill — Edward Tufte data visualization principles

name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays

@qiweiii
qiweiii / js-security-baseline.md
Last active May 24, 2026 01:18
JS package manager security baseline (npm, pnpm, bun)

JS Package Manager Security Baseline (macOS/Linux)

This baseline hardens npm, pnpm, and bun against common supply-chain risks while keeping setup simple and reproducible.

Recommended Minimum Versions

  • Node.js: 22.22.3
  • npm: 11.15.0
  • pnpm: 11.2.2 or newer
  • bun: 1.3.14 or newer
How do I uninstall?
1. Remove /Applications/Wireshark.app
2. Remove /Library/Application Support/Wireshark
3. Remove the wrapper scripts from /usr/local/bin
4. Unload the org.wireshark.ChmodBPF.plist launchd job
5. Remove /Library/LaunchDaemons/org.wireshark.ChmodBPF.plist
6. Remove the access_bpf group.
7. Remove /etc/paths.d/Wireshark
8. Remove /etc/manpaths.d/Wireshark